@media (min-width: 992px) {
    #banner-video {
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

@media (max-width: 991.98px) {
    #banner-video {
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: -1;
        width: 100%;
        height: auto;
        object-fit: cover;
    }
}


.habout-1video {
    position: absolute;
    right: 0;
    top: 83px;
    width: 45%;
    cursor: pointer;

}

.habout-1video video {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    object-fit: cover;
}


@media screen and (max-width:1440px) {
    .habout-1video video {
        max-height: 240px;
    }
}

@media screen and (max-width:1280px) {
    .habout-1video video {
        max-height: 200px;
    }
}

@media screen and (max-width:1000px) {
    .habout-1video {
        display: none;
    }
}

@media screen and (max-width:768px) {
    .habout-1video {
        display: block;
        position: static;
        float: left;
        width: 100%;
    }

    .habout-1video video {
        width: auto;
        max-height: 160px;
    }
}

.product-area {
    width: 88.02%;
    max-width: 1300px;
    margin: 0px auto;
    padding-top: 120px;
}

.product-area * {
    box-sizing: border-box;
}

.product-title {
    margin-bottom: 40px;
    text-align: center;
    font-size: 46px;
    color: #fff;
    position: relative;
}


.product-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.product-list a {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: calc(50% - 10px);
    height: 240px;
    margin-bottom: 20px;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.6);
    box-sizing: border-box;
    position: relative;
}

.product-list .txt {
    width: 55%;
    height: 100%;
    padding-right: 20px;
    position: relative;
}

.product-list .txt .t1 {
    font-size: 30px;
    color: #006ab7;
    overflow: hidden;
}

.product-list .txt .t2 {
    margin-top: 20px;
    font-size: 18px;
    color: #666;
}

.product-list .txt .t3 {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 14px;
    color: #006ab7;
    display: flex;
    align-items: center;
}


.product-list .img {
    width: 45%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.product-list .img img {
    max-width: 100%;
    max-height: 100%;
}

.product-more {
    text-align: center;
}

.product-more a {
    display: inline-block;
    width: 170px;
    height: 56px;
    line-height: 56px;
    color: #fff;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 2px;
    font-size: 16px;
}

.product-more a:hover {
    background-color: #fff;
    color: #006ab7;
    border-color: #fff;
}

@media screen and (max-width:1660px) {
    .product-area {
        padding-top: 80px;
    }

    .product-title {
        font-size: 40px;
    }

    .product-list a {
        height: 200px;
    }

    .product-list .txt .t1 {
        font-size: 20px;
    }

    .product-list .txt .t2 {
        font-size: 16px;
    }

    .product-more a {
        height: 40px;
        line-height: 40px;
    }
}

@media screen and (max-width:1440px) {
    .product-area {
        padding-top: 80px;
    }

    .product-title {
        font-size: 36px;
    }

    .product-list a {
        height: 180px;
    }

    .product-list .txt .t1 {
        font-size: 20px;
    }

    .product-list .txt .t2 {
        font-size: 16px;
    }
}

@media screen and (max-width:1280px) {
    .product-area {
        padding-top: 60px;
    }

    .product-title {
        margin-bottom: 30px;
        font-size: 30px;
    }

    .product-list a {
        height: 180px;
    }

    .product-list .txt .t1 {
        font-size: 20px;
    }

    .product-list .txt .t2 {
        font-size: 16px;
    }
}

@media screen and (max-width:1000px) {
    .product-area {
        padding-top: 20px;
    }

    .product-title {
        margin-bottom: 20px;
        font-size: 26px;
    }

    .product-list a {
        height: 160px;
    }

    .product-list .txt .t1 {
        font-size: 20px;
    }

    .product-list .txt .t2 {
        font-size: 16px;
    }
}

@media screen and (max-width:768px) {
    .product-area {
        width: 90%;
        padding-top: 20px;
    }

    .product-title {
        margin-bottom: 20px;
        font-size: 24px;
    }

    .product-list a {
        width: 100%;
        height: auto;
    }

    .product-list .txt {
        min-height: 160px;
        max-height: 200px;
    }

    .product-list .txt .t1 {
        font-size: 18px;
    }

    .product-list .txt .t2 {
        font-size: 16px;
    }

    .product-list .img {
        min-height: 160px;
        max-height: 200px;
    }


}


.cg-section {
    background: url(../images/tbg.png) no-repeat;
    background-size: cover;
}

.cg-wrap {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.cg-area {
    width: 81.25%;
    margin: 0px auto;
    padding-top: 140px;
}

.cg-title {
    margin-bottom: 40px;
    font-size: 46px;
    color: #fff;
    text-align: center;
    position: relative;
}


.cg-img {
    width: 80%;
    margin: 0 auto 20px;
}

.cg-img img {
    width: 100%;
}

.cg-list {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
}

.cg-item {
    display: flex;
    width: calc(50% - 10px);
    height: 160px;
    margin-bottom: 20px;
    margin-right: 20px;
    padding: 20px;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.1);
    transition: all .5s;
    cursor: pointer;
    position: relative;
}

.cg-item:before {
    width: 100%;
    height: 2px;
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    background: #fff;
    transition: all .5s;
}

.cg-item:hover {
    padding-top: 24px;
    background-color: #fff;
}

.cg-item:hover .t2 {
    color: #002122;
}

.cg-item:hover::before {
    height: 4px;
    background: rgba(38, 79, 107, 0.6);
}

.cg-item:nth-child(2n) {
    margin-right: 0;
}



.cg-item .t1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    margin-right: 20px;
    border-radius: 50%;
    background: #006ab7;
}

.cg-item .t1 img {
    max-width: 20px;
    max-height: 20px;
}

.cg-item .t2 {
    line-height: 30px;
    font-size: 20px;
    color: #fff;
}

@media screen and (max-width:1660px) {
    .cg-area {
        padding-top: 80px;
    }

    .cg-title {
        font-size: 40px;
    }

    .cg-item .t2 {
        font-size: 18px;
    }

}

@media screen and (max-width:1440px) {
    .cg-area {
        padding-top: 80px;
    }

    .cg-title {
        font-size: 36px;
    }

    .cg-item .t2 {
        font-size: 16px;
    }
}

@media screen and (max-width:1280px) {
    .cg-area {
        padding-top: 60px;
    }

    .cg-title {
        margin-bottom: 30px;
        font-size: 30px;
    }

    .cg-item {
        height: auto;
        padding: 10px;
    }

    .cg-item:hover {
        padding-top: 12px;
    }


    .cg-item .t2 {
        font-size: 14px;
    }
}

@media screen and (max-width:1000px) {
    .cg-area {
        padding-top: 20px;
    }

    .cg-title {
        margin-bottom: 20px;
        font-size: 26px;
    }

    .cg-item {
        height: auto;
        padding: 10px;
    }

    .cg-item:hover {
        padding-top: 12px;
    }

    .cg-item .t2 {
        font-size: 14px;
    }
}

@media screen and (max-width:768px) {
    .cg-wrap {
        height: auto;
    }

    .cg-area {
        width: 90%;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .cg-title {
        margin-bottom: 20px;
        font-size: 24px;
    }

    .cg-img {
        width: 100%;
    }

    .cg-list {
        width: 100%;
    }

    .cg-item {
        width: 100%;
        height: auto;
        margin-right: 0;
        padding: 10px;
    }

    .cg-item .t2 {
        font-weight: normal;
        font-size: 14px;
    }
}